-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-15116] Add common vault item content to SSH keys #4365
base: main
Are you sure you want to change the base?
Conversation
Add common vault item content (notes, custom fields, and attachments) to the SSH key content screen.
New Issues
Fixed Issues
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4365 +/- ##
==========================================
+ Coverage 89.03% 89.06% +0.03%
==========================================
Files 451 451
Lines 39135 39188 +53
Branches 5523 5526 +3
==========================================
+ Hits 34842 34902 +60
+ Misses 2368 2360 -8
- Partials 1925 1926 +1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
label = stringResource(id = R.string.notes), | ||
modifier = Modifier | ||
.fillMaxWidth() | ||
.padding(horizontal = 16.dp), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for the padding should we .standardHorizontalPadding()
modifier?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small question about the padding for the horizontal margins, otherwise LGTM
🎟️ Tracking
PM-15116
📔 Objective
Add common vault item content (notes, custom fields, and attachments) to the SSH key content screen.
📸 Screenshots
Coming soon!
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmedissue and could potentially benefit from discussion
:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes